| Egg Position | {{position}} | |
| Platform Position | {{platform_position}} | |
| Platform speed | {{platform_speed}} | |
| Average Score | {{calculate_average(average_score_array) | number : 2}} | |
| Best Average | {{best_average | number : 2}} | |
| Moves | {{ moves }} | |
| Time until Balanced | {{ time_now - time_until_balanced | timeFilter }} | |
|
Play Balancing Game
|
||
|
Reset Game
|
||
|
Start with Exploratory Policy Start with Epsilon-Greedy Policy Start Automated Start Manual Start Brain.js |
||
Manual: Try to balance the egg using the left and right keys on your keyboard.
Automated: The egg is hard-coded to lean right when the platform is angled to the left, and to lean left when the platform is angled to the right.
Reinforcement Learning: Use a machine learning model, and reinforcement learning to train the egg to balance.
Neural Network: Use a neural network to train the egg to balance.
|
{{ weight | number:3 }}
|
|
{{ bias | number:3 }}
|